xen.git
2007-06-11 kfraser@localhost... Include Solaris kernel headers
2007-06-11 kfraser@localhost... Add suspend/resume to devices owned by Xen.
2007-06-11 kfraser@localhost... x86: Clean up interface to platform timers to extract...
2007-06-11 Tim Deegan[QEMU] Fix up ioemu timer save/restore after version...
2007-06-11 Tim Deegan[XEN] Clean up locking/init code around log-dirty inter...
2007-06-11 Tim Deegan[XEN] Make common log-dirty paging code and add HAP...
2007-06-11 Tim Deegan[TOOLS] sync qemu and python view of save filenames...
2007-06-11 kfraser@localhost... xend: Fix duplicate random MAC generation.
2007-06-11 kfraser@localhost... xend: Make device detach wait for detach to complete.
2007-06-11 kfraser@localhost... xend: Do not give up auto-ballooning if ballooning...
2007-06-11 kfraser@localhost... xend: Fix xm block-detach regression introduced by...
2007-06-10 Keir Frasertools: Fix xenstored build error by checking vasprintf...
2007-06-10 Keir Fraserhvm: e820 public header cleanup.
2007-06-10 Keir Fraserdocs: Update for new 'vga=' boot option syntax.
2007-06-10 Keir Fraserx86: Remove broken and unnecessary numa code from smpbo...
2007-06-10 Keir Fraserx86: Fix save_all regs macro for new CONFIG_FRAME_POINT...
2007-06-10 Keir Fraserx86: Fix log-level in printing e820 memory map.
2007-06-10 Keir Fraserx86: Allow selection of graphical video modes during...
2007-06-08 kfraser@localhost... ioemu: save file name is snprintf()ed into a plenty...
2007-06-08 Steven HandAvoid using /tmp for qemu state files since an unprivil...
2007-06-08 kfraser@localhost... tools: Fix xm mem-max command.
2007-06-08 kfraser@localhost... hvm: Respect irqbase set by protected mode in mode...
2007-06-07 kfraser@localhost... x86: Print source of e820 memory map during boot. Fix...
2007-06-07 kfraser@localhost... x86: Return to real-mode when booting primary CPU,...
2007-06-07 kfraser@localhost... Fix the README to match Xen 3.1
2007-06-07 kfraser@localhost... Add backtrace support to xenoprof.
2007-06-07 kfraser@localhost... ioemu: Tiny indentation fix.
2007-06-07 kfraser@localhost... xentop: Display blktap information.
2007-06-07 kfraser@localhost... xenstat: Adding to scan blktap information.
2007-06-07 kfraser@localhost... Fix the vnet module for Xen 3.1.x.
2007-06-07 kfraser@localhost... tools: Fix some type issues GCC 4.1.0 warnings.
2007-06-06 kfraser@localhost... qemu: Fix vnc port offset in xenstore
2007-06-06 kfraser@localhost... [HVM] Prevent usb driver crashes in Windows
2007-06-06 kfraser@localhost... pv-on-hvm: Allow Linux and Xen paths to be overridden...
2007-06-06 kfraser@localhost... Fix pv-on-hvm mkbuildtree script for new repo layout.
2007-06-05 kfraser@localhost... Synchronise xend-config file comments w.r.t. networking.
2007-06-05 Ian Campbell[PATCH] Check for non-existent local repo
2007-06-05 kfraser@localhost... [ACM] Python-to-C Interface for new ACM hypercalls.
2007-06-05 kfraser@localhost... xen: Boot on PAE systems with no EFER MSR.
2007-06-05 kfraser@localhost... hvm vmx: Clean up vmx_io_instruction().
2007-06-05 kfraser@localhost... console daemon: Fix realloc() usage.
2007-06-05 kfraser@localhost... qemu: Use domid in qemu log name. Can be related back...
2007-06-05 Ian CampbellBUILD: Clone the Linux tree if it wasn't found via...
2007-06-04 Tim Deegan[HVM] Save/restore: trigger FPU state save based on...
2007-06-04 Steven HandEnsure CR0.TS is set for VMX domains regardless of...
2007-06-04 Ian CampbellIf we find a Linux repository in $(LINUX_SRC_PATH)...
2007-06-04 kfraser@localhost... Fix boot loader hangs with syslinux's 32-bit vesamenu...
2007-06-04 kfraser@localhost... qemu: More care over filename string sizes.
2007-06-04 kfraser@localhost... Use name instead of pid in QEMU logs.
2007-06-04 kfraser@localhost... Add persistent guest & hv logging in xenconsoled.
2007-06-04 kfraser@localhost... Enable ACM on PPC
2007-06-04 kfraser@localhost... gdbstub: Bit-field boolean must be unsigned.
2007-06-04 kfraser@localhost... xentrace: Bit-field boolean must be unsigned.
2007-06-04 kfraser@localhost... xen: Fix domain teardown to avoid use-after-free of...
2007-06-04 Ian CampbellRemove a few stray references to the sparse tree.
2007-06-04 Ian CampbellRemove $(LINUX_SRCDIR) on distclean.
2007-06-04 Ian CampbellRemove sparse tree.
2007-06-04 kfraser@localhost... [NET] Remove netloop from network bridge init scripts.
2007-06-04 Ian CampbellSwitch over to separate Linux tree.
2007-06-04 Ian CampbellAdded tag sparse-tree-deprecated for changeset bd3d6b4c...
2007-06-01 Tim Deegan[XEN] Shadow: cache gva->gfn+rights translations betwee...
2007-06-01 Tim Deegan[XEN] Shadow: emulate a few extra instructions on PAE...
2007-05-31 kfraser@localhost... VMX: Only write top-half of machine addresses into...
2007-05-31 kfraser@localhost... hvm: Pause domain during state save/load.
2007-05-31 Ian CampbellUpdates for XEN_LINUX_SOURCE=hg-clone.
2007-05-31 kfraser@localhost... hvm: Exceed maximum number of ioemu's NIC for VNIF.
2007-05-31 kfraser@localhost... hvm: Allow GNTTABOP_query_size.
2007-05-31 kfraser@localhost... Fix stale email addresses in xenstat and xentop.
2007-05-31 kfraser@localhost... Fix the very-slow-IDE-IO-speed issue of Qemu 0.90
2007-05-31 kfraser@localhost... hvm: Correctly hook VLAPIC MSR change notification...
2007-05-30 kfraser@localhost... Remove 'hpet_force' option. Replace with 'clocksource...
2007-05-30 kfraser@localhost... Add support for ACPI PM Timer as platform clock source.
2007-05-30 kfraser@localhost... Clean up around domain init/destroy.
2007-05-30 Ian CampbellMake header mismatch checking more robust against build...
2007-05-30 kfraser@localhost... Simplify APIC_ACCESS VMX support.
2007-05-30 kfraser@localhost... Add VMX memory-mapped Local APIC access optimization.
2007-05-30 Ian CampbellCheck for mismatch between headers shared by Linux...
2007-05-30 Ian CampbellFix preemption of multicalls in compat mode.
2007-05-30 kfraser@localhost... [NET] back: Add lazy copying
2007-05-30 kfraser@localhost... [LINUX] gnttab: Add basic DMA tracking
2007-05-30 kfraser@localhost... [XEN] gnttab: Add new op unmap_and_replace
2007-05-30 kfraser@localhost... xend: Don't destroy domains on shutdown timeout.
2007-05-30 kfraser@localhost... Fix xenstore entry accounting
2007-05-30 kfraser@localhost... Fix xen build on NetBSD.
2007-05-30 kfraser@localhost... xen: Remove assumption that first NUMA node to be disco...
2007-05-25 kfraser@localhost... pv-on-hvm: Re-init hypercall stubs page after HVM save...
2007-05-25 kfraser@localhost... x86: Sanitise the MFN passed to mod_l1_entry().
2007-05-25 Ian CampbellCorrect 32on64 handling of VCPUOP_register_runstate_mem...
2007-05-25 kfraser@localhost... Revert 15164:d93e560c1d50afcf39c99a4211c20c8b9ce63c38
2007-05-25 kfraser@localhost... xend: Fix PAM authentication method for some versions...
2007-05-25 Ian CampbellLINUX/x86_64: Cleanup 15129:a40967e39652 by using __pgd...
2007-05-25 Ian CampbellFactor out sparse tree makefile fragments and introduce...
2007-05-25 kfraser@localhost... xend: Fix checkname so that it detects duplicate domains.
2007-05-25 kfraser@localhost... [XEND/XM] Improve error reporting in 'xm restore'.
2007-05-25 kfraser@localhost... linux: Fix PV-on-HVM crash when installing PV drivers...
2007-05-25 kfraser@localhost... xend: Increase shutdown timeout.
2007-05-25 kfraser@localhost... Do not destroy domains that timeout when shutting down.
2007-05-24 kfraser@localhost... xm: Extend width of ID in 'xm list' to 5 digits.
2007-05-24 kfraser@localhost... xm-test: ia64 min memory & arbitrarily large ramdisk
2007-05-24 kfraser@localhost... xend: Give "xm start" a -c parameter for connecting...
next